-
Notifications
You must be signed in to change notification settings - Fork 1.9k
out_splunk: change http_passwd default value from "" to NULL #11314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
out_splunk: change http_passwd default value from "" to NULL #11314
Conversation
📝 WalkthroughWalkthroughThe Splunk output plugin's config map now initializes the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cosmo0920
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch is good but we need to follow the guideline for commit message.
Plus, our linter of commit messages complains like:
❌ Commit 8cd1b3accd failed:
Missing prefix in commit subject: 'change http_passwd default value from "" to NULL'
Commit prefix validation failed.
|
hi @cosmo0920 if I just add a new commit to the branch in my account edit: regards,c |
Signed-off-by: Your Name <[email protected]>
8cd1b3a to
4c0370b
Compare
|
We need to use |
addresses #11301
fromFLB_CONFIG_MAP_STR, "http_passwd", "",toFLB_CONFIG_MAP_STR, "http_passwd", NULL,Enter
[N/A]in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
example run:

conf
conf2
conf3
start print
flask app
flask application to get headers

Please refer to the Developer Guide for instructions on building Fluent Bit with Valgrind support:
https://github.com/fluent/fluent-bit/blob/master/DEVELOPER_GUIDE.md#valgrind
Invoke Fluent Bit and Valgrind as: $ valgrind --leak-check=full ./bin/fluent-bit
valgrind run
valgrind ./fluent-bit -c confending
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.